home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / restore < prev    next >
Text File  |  1991-04-23  |  2KB  |  37 lines

  1.                                   RESTORE
  2.              Restores backed up files from one disk to another
  3.                              See also <BACKUP>
  4.  
  5. COMMAND TYPE: External                  VERSION: 2.0 and up
  6.  
  7. RESTORE is used to restore files that were copied using the BACKUP
  8. command.  Options control which files are to be restored.
  9.  
  10. USE:  RESTORE d: [d:][path]filename [/S][/P] [/B:mm:dd:yy] [/A:mm:dd:yy]
  11.               [/M][/N] [/L:time] [/E:time]
  12. d: specifies the drive that contains the backed up files (files
  13.    created using the <BACKUP> command).
  14. d: path filename specifies the names of the files that you want to
  15.    restore and where you want to put them.
  16. /S restores the files in all subdirectories.  If /S is not
  17.    specified, only the current directory is restored.
  18. /P causes RESTORE to prompt you before restoring files that have
  19.    changed since they were backed up.  /P will also cause RESTORE to
  20.    prompt you before it restores a read-only file.
  21.  
  22. (DOS 3.3 and later)
  23. /B:mm-dd-yy restores all files modified on or before the date
  24.             specified by mm-dd-yy.
  25. /A:mm-dd-yy restores all files modified on or after the date
  26.             specified by mm-dd-yy.
  27. /M          restores files modified or deleted since they were backed up.
  28. /N          restores files that no longer exist on the target disk.
  29. /L:time     restores only those files that were modified at or later
  30.             than the given time.
  31. /E:time     restores only those files that were modified at or earlier
  32.             than the given time.
  33.  
  34. EXAMPLE: RESTORE A: C:\*.* /S
  35. will restore all files on drive A: (which had previously been backed
  36. up using <BACKUP>) to drive C:.  All subdirectories will be restored.
  37.